(byte-compile-insert-header): Fix backwards test
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 18:35:28 +0000 (18:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jun 1993 18:35:28 +0000 (18:35 +0000)
of byte-compile-compatibility.

lisp/emacs-lisp/bytecomp.el

index 936418973185a4d79cbc5fbe8493cb8a0015da5b..ce72c041551369f206e2d42179309601f040084a 100644 (file)
@@ -1321,7 +1321,7 @@ With argument, insert value in current buffer after the form."
      (if (byte-compile-version-cond byte-compile-compatibility)
         "; compiled with Emacs 18 compatibility.\n"
        ".\n"))
-   (if (byte-compile-version-cond byte-compile-compatibility)
+   (if (not (byte-compile-version-cond byte-compile-compatibility))
        (insert ";;; this file uses opcodes which do not exist in Emacs 18.\n"
               ;; Have to check if emacs-version is bound so that this works
               ;; in files loaded early in loadup.el.